.woi_30_w_24 {
    max-width: 24rem !important;
    min-width: 500px !important;
}

.side-cart {
    width: 100%;
}

.woi_total_30 {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 25px;
}

.woi_30_item_detail_01 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 6px;
}

.nfc-card-cart .js-remove-product
{
 top: -3px;
}

.woi_30_fw_500 {
    font-weight: 500 !important;
}

.woi_30_item_detail_02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.woi_item_ttile_01 {
    font-size: 16px !important;
}

.woi_trash_01 {
    height: 18px;
}

.woi_mb_0px {
    margin-bottom: 0px !important;
}

.js-cart-product {
    border-color: #efefef !important;
}

.woi_30_btn_checkout {
    padding: 1rem !important;
    border-radius: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woi_des_31_main {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 5px;
    align-items: center;
}

.woi_des_31_cap {
    font-size: 14px;
}

.woi_prod_img_30_w {
    width: 86px !important;
    height: 84px !important;
    border: 1px solid #ececec;
}

.js-cart-product .prod-img {
    width: 86px !important;
    height: 84px;
    border: 1px solid #ececec;
}

.woi_30_btn_checkout svg {
    height: 17px;
}

.woi_sub_total_text {}

.woi_qty_btn_30 {
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}

.woi_30_scrollbar_none {
    scrollbar-width: none;
    max-height: 67vh !important;
    
}

.woi_30_flex_btwn {
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
    align-items: center;
}

.price-block .price--highlight {
    font-size: 16px !important;
    color: black !important;
}
.woi_py_30_cart{
    padding: 0.8rem 12px !important;
}
.woi_des_31_free{
    font-size: 12px;
    justify-content: end;
    font-weight: 500;
    padding: 4px 6px;
    background: #d6e9f8;
    border-radius: 5px;
    color: #1a73e8;
}
.currency{
font-size: 18px !important;
}
.total_cost{
    font-size: 18px !important;
}
.woi_j_c_c_30{
    justify-content: center;
}

@media only screen and (max-width: 768px) {
  .woi_30_w_24 {
    min-width: auto !important; 
  }
  .woi_30_flex_btwn{
    flex-direction: column !important;
    align-items: start !important;
  }
  .card_footer_action
{
    gap: 7px !important;
}
.woi_30_btn_checkout{
    padding: 0.5rem !important;
}
}
